home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ext2_ftp / README.TXT < prev   
Text File  |  1997-08-15  |  2KB  |  55 lines

  1. Ext2_FTP V1.1 Beta (Read Only)
  2. ------------------------------
  3.  
  4. This FTP clone will allow you to explore any partitions containing
  5. an Extended FS 2 type file system. Currently this is read only, so
  6. it cannot in any way alter the actual file system. It should work with
  7. multiple ext2 partitions, but this is untested.
  8.  
  9. The program will begin with the current DOS directory being were you ran
  10. it from, the current ext2 directory will be the root directory on the
  11. first detected ext2 partition. All users are given root access currently,
  12. this will likely be recified in a later version, escpecially if it becomes
  13. read/write.
  14.  
  15. This program is desgined to be very similar in operation to ftp, so
  16. most commands will work. Some extra commands are present and some old
  17. commands are ommited.
  18.  
  19. Added commands:
  20. chdrv,drv               Changes the currently active ext2 partition.
  21. lcddrv,ldrv             Changes the local DOS drive.
  22.  
  23. Of the many commands not implemented as yet, the most commonly used are:
  24. user                    Currently, ext2_ftp gives access to any file
  25. open,close              This program can only connect to your own hard drive.
  26. mget                    In a later version, perhaps.
  27. put,mput                Ditto.
  28.  
  29.  
  30. Note:
  31. If 'get <filename>' doesn't work, note that it is case sensitive, and that the
  32. destination filename has to be legal. Since many long filenames can't be used
  33. under DOS, use 'get <src file> <dest file>' instead. Also note that the
  34. ASCII/BINARY modes are implemented, and ASCII is the default.
  35.  
  36. One bug I've noted (amoungst many :) is that under Win95, this only works if
  37. run from a DOS prompt, not from explorer directly. Why? I have no idea...
  38.  
  39. This program is freeware, and while I hope it runs correctly on any system,
  40. I will not be held liable for any damage this program may cause. Please
  41. distribute freely, as long as this file is included. All rights reserved
  42. by the author.
  43.  
  44. Well that's that bit out of the way...
  45.  
  46. Notes:
  47. ufc-crypt for password authentification adapted from the linux source by Michael Glad
  48. ext2 file system code adapted from the linux 2.0.24 kernel source by Remy Card
  49.  
  50. Please note that this software is still Beta, any suggestions or bug
  51. reports please email:
  52. Peter Horrocks
  53. s2172766@cse.unsw.edu.au
  54.  
  55.